projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cec5815
)
Adwaita: Fix treeview separators in backdrop
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 10 Jan 2015 18:04:10 +0000
(13:04 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 10 Jan 2015 18:07:55 +0000
(13:07 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=742702
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index 305c593b500129b522a4dfa2c5822cbb7cc3bce0..cf1a55993145a5bbee5b2bebfc02658f34be4d63 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-1349,6
+1349,10
@@
GtkTreeView.view {
&:backdrop { color: $backdrop_insensitive_color; }
}
+ &.separator:backdrop {
+ color: transparentize(black, 0.9);
+ }
+
&:backdrop {
border-left-color: mix($backdrop_fg_color, $backdrop_bg_color, 50%);
border-top: $backdrop_bg_color;